Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / NamedObjectCollection<TItem,TContainer> Class
The type of elements in the list.
The type of the container which contains this list.
Members


NamedObjectCollection<TItem,TContainer> Class
Represents a strongly typed list of objects that can be accessed by index or string key.
Syntax
'Declaration
 
Public Class NamedObjectCollection
    (Of TItem As GrapeCity.Spreadsheet.NamedObjectCollection/IItemIItemItemtememm(Of TItem,TContainer),
     TContainer As GrapeCity.Spreadsheet.NamedObjectCollection/IContainerIContainerContainerontainerntainertainerainerinernererr(Of TItem,TContainer)) 
 
Type Parameters
TItem
The type of elements in the list.
TContainer
The type of the container which contains this list.
Inheritance Hierarchy

System.Object
   GrapeCity.Spreadsheet.NamedObjectCollection<TItem,TContainer>

See Also